how to add item in list at first position c#

76

how to add item in list at first position c# -

List<T>.Insert(0, item);

Comments

Submit
0 Comments